Welcome![Sign In][Sign Up]
Location:
Search - linux ftp client server

Search list

[Ftp Serveratftp_0.4.tar

Description: linux系统下的tftp服务器和客户端程序-tftp server and client program in linux system
Platform: | Size: 501760 | Author: 站长 | Hits:

[Internet-Networklinux-ftpd-0.10.tar

Description: 伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.-a University of California, Berkeley ftp protocol implemented the source code, including the client and server side.
Platform: | Size: 38912 | Author: 王石 | Hits:

[Internet-Networklinux下用c语言实现的一个ftp程序

Description: linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
Platform: | Size: 4096 | Author: god | Hits:

[Ftp ClientmyFtp_c

Description: 我写的FTP客户端,在linux Redhat 9.0上通过,能够连接linux下的FTP服务器。-I write FTP client, the Linux Redhat 9.0, adopted Linux to connect the FTP server.
Platform: | Size: 3072 | Author: 田山水 | Hits:

[Ftp Clientmyftp-complete.tar

Description: linux下实现的简易ftp客户端程序,可以与标准的ftp服务器上下载、上传文件、列出指定目录下的所有文件,等。-simple ftp client, with the standard of the ftp server to download and upload documents, designated directories list of all documents, such as.
Platform: | Size: 31744 | Author: zhzhy | Hits:

[Internet-Networksocketftp

Description: 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Linux environment. No extract passwords. Nothing wrong with it and also invited experts to give instructions.
Platform: | Size: 1024 | Author: mafengxi | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4096 | Author: 李亚林 | Hits:

[Internet-Networktftp

Description: linux下的tftp源代码,分为服务器端和连接客户端-tftp under linux source code, divided into server-side and client-side connection
Platform: | Size: 5120 | Author: Yao | Hits:

[Internet-Networkftp-socket

Description: 完整的ftp协议的实现 包含客户端和服务器端-Complete realization of the agreement contains the ftp client and server
Platform: | Size: 4096 | Author: radio | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[Internet-Networkftp_server_client

Description: 实现了linux下的客户端和服务器端,实验环境为redhat linux9.0-Achieved under the linux client and server, experimental environment for redhat linux9.0
Platform: | Size: 5120 | Author: gwc | Hits:

[Ftp Clientclient_server

Description: linux下利用socket接口实现的FTP客户端和服务器端-linux using socket interface of the FTP client and server
Platform: | Size: 8192 | Author: jayshaw | Hits:

[Internet-Networkftpd

Description: A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance-A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance
Platform: | Size: 7168 | Author: 陈绍辉 | Hits:

[Internet-NetworkLinux-ftp

Description: ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。-ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
Platform: | Size: 7168 | Author: nnf | Hits:

[Internet-NetworkFTP

Description: 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedures, so that clients can connect to the server, and can Zhong-line some of the basic FTP operations, such as listing directories, download files. Implementation of FTP protocol from the point of view, the client is not the server' s command and data channels need to be separated.
Platform: | Size: 5120 | Author: 林西 | Hits:

[Linux-UnixFTP

Description: Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
Platform: | Size: 164864 | Author: harry | Hits:

[Ftp Clientftp

Description: Linux下的ftp客户端+服务器程序,该程序包括了登录、上传文件、下载文件等主要功能,且支持passive和port两种模式-ftp server and client under Linux platform
Platform: | Size: 201728 | Author: polo | Hits:

[Linux-UnixFTP_socket

Description: 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to complete a file transfer protocol (FTP) simple to achieve. Through this experiment, in-depth understanding of the principles of FTP protocol and protocol details, learn to use simple socket interface design application layer protocol, master TCP/IP network application design and implementation of basic skills. In the Linux system using the socket interface FTP client application, in strict accordance with RFC959, so that clients can connect to the server, and can do some basic FTP operations, such as listing directories, download files. FTP protocol implementation from the perspective of the client and the server' s command channel and data channels are separated.
Platform: | Size: 765952 | Author: gyh | Hits:

[Linux-Unix7.4

Description: Linux 多线程FTP 客户服务器端 Linux 多线程FTP 客户服务器端 Linux 多线程FTP 客户服务器端- Linux ftp client server Linux ftp client server Linux ftp client server Linux ftp client server
Platform: | Size: 5120 | Author: aaa | Hits:

[Linux-Unixftp文件上传下载

Description: Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)
Platform: | Size: 2048 | Author: farsight_suifeng | Hits:
« 12 3 4 »

CodeBus www.codebus.net